home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Netherlands - A Compact World
/
The Netherlands.iso
/
chapters
/
1.5.dxr
/
filmloops_20_go rotterdam.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-06-10
|
284 b
|
22 lines
property spriteNum
on mouseEnter
sprite(spriteNum).foreColor = 1
cursor(280)
go("rotterdam")
end
on mouseLeave
sprite(spriteNum).foreColor = 3
cursor(-1)
go("randstad")
end
on mouseDown
global naam
naam = "1.5.2.dir"
tell the stage
wisseltje()
end tell
end